![]() |
![]() |
![]() |
|
WAIT KEY
This command will pause the program from running until a key is pressed.
WAIT KEY
This command does not return a value.
To detect for a specific key, please refer to the INKEY$ or SCANCODE commands found in the Input Command Set.
PRINT "press any key to end"
|